home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 November / EnterCD 11_2002.iso / Internet / Amaya 6.4 / Windows NT.exe / _SETUP.1 / searching_and_replacing_text.html < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-11  |  4.4 KB  |  111 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.     
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  8.   <meta name="GENERATOR" content="amaya 5.2" />
  9.   <title>Searching and Replacing Text</title>
  10.   <style type="text/css"></style>
  11.   <link href="../style.css" rel="stylesheet" type="text/css" />
  12. </head>
  13.  
  14. <body xml:lang="en" lang="en">
  15.  
  16. <table border="0" summary="toc">
  17.   <tbody>
  18.     <tr>
  19.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  20.         src="../../images/amaya.gif" /></td>
  21.       <td><p> 
  22.         <a href="../Searching.html" accesskey="t"><img alt="top" src="../../images/up.gif" /></a> 
  23.         </p>
  24.       </td>
  25.     </tr>
  26.   </tbody>
  27. </table>
  28.  
  29. <div id="page_body">
  30. <h1>Searching and Replacing Text</h1>
  31.  
  32. <p>You can search and replace text with the <strong>Search</strong> dialog by
  33. choosing <strong>Find</strong> from the <strong>Edit</strong> menu or
  34. clicking the <strong>Search</strong> button <img src="../../images/find.gif"
  35. alt="Search button" />. You can also use the keyboard shortcut:
  36. <code>Control-Shift-%</code> in Unix, or <code>Control-F </code>in
  37. Windows.</p>
  38.  
  39. <p>This dialog enables you to search or replace text using different
  40. criteria:</p>
  41. <ul type="disc">
  42.   <li>You must enter the character string for which you want to search in the
  43.     <strong>Search for</strong> field.
  44.     <p></p>
  45.   </li>
  46.   <li>If the <strong>UPPER=lower</strong> button is selected, a
  47.     case-insensitive search is performed; otherwise, the string is searched
  48.     for as it appears within the <strong>Search for</strong> field.
  49.     <p></p>
  50.   </li>
  51.   <li>Strings can also be replaced using the same operation. You enter the
  52.     replacement text in the <strong>Replace by</strong> field and select a
  53.     replacement mode from the <strong>Replace</strong> box. The replacement
  54.     modes are:
  55.     <ul>
  56.       <li><strong>No replace</strong>: No replacement occurs even if the
  57.         Replace field contains a character string. It is just a simple
  58.       search.</li>
  59.       <li><strong>Replace on request</strong>: When the string is found,
  60.         Amaya selects it. The user can then click one of the following
  61.         buttons:
  62.         <ul>
  63.           <li><strong>Confirm</strong> to replace and carry out the search
  64.             again.</li>
  65.           <li><strong>Do not replace</strong> to search for the next instance
  66.             without replacing the string that was found.</li>
  67.         </ul>
  68.       </li>
  69.       <li><strong>Automatic replace</strong>: All instances of the
  70.         searched-for string are automatically replaced within the portion of
  71.         document defined in the <strong>Search where</strong> box.
  72.         <p></p>
  73.       </li>
  74.     </ul>
  75.   </li>
  76.   <li>The <strong>Search where</strong> box enables you to specify the part
  77.     of document in which the search will occur:
  78.     <ul>
  79.       <li><strong>Before selection</strong>: The search starts at the
  80.         beginning of the selected part and moves backward to the beginning of
  81.         the document.</li>
  82.       <li><strong>Within selection</strong>: The search only occurs within
  83.         the selected part, from its beginning to its end.</li>
  84.       <li><strong>After selection</strong>: The search starts at the end of
  85.         the selected part and moves forward to the end of the document.</li>
  86.       <li><strong>In the whole document</strong>: The search is carried out
  87.         in the whole document from the beginning to the end regardless of
  88.         which part is selected.</li>
  89.     </ul>
  90.   </li>
  91. </ul>
  92.  
  93. <p>To initiate the search operation, click the <strong>Confirm</strong>
  94. button at the bottom of the dialog. If Amaya finds the searched-for string,
  95. it is selected and the document is positioned so as to make this string
  96. visible. You can then search for the next instance of this string by clicking
  97. the <strong>Confirm</strong> button again. If the string is not found, Amaya
  98. displays a <strong>Not found</strong> message in the bottom right corner of
  99. the dialog.</p>
  100.  
  101. <p>Search or replace can be abandoned at any time by clicking the
  102. <strong>Done</strong> button.</p>
  103.  
  104. <p>Replacement operations can be undone by choosing <strong>Undo</strong>
  105. from the <strong>Edit</strong> menu, or by using the keyboard shortcut
  106. <code>Control-Z</code>.</p>
  107. </div>
  108.  
  109. </body>
  110. </html>
  111.